projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9086ef
)
Remove some compat code from woman.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Aug 2020 21:05:22 +0000
(23:05 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Aug 2020 21:19:09 +0000
(23:19 +0200)
* lisp/woman.el (woman-fontify): Don't check for functions always
defined.
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index c0e27c570772a1e3a7262101ae64ced7be8f8196..891a1263ace962df73c8c65cf186f0fb7ff45e92 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-914,8
+914,8
@@
Troff emulation is experimental and largely untested.
:group 'faces)
(defcustom woman-fontify
- (or (
and (fboundp 'display-color-p) (display-color-p)
)
- (
and (fboundp 'display-graphic-p) (display-graphic-p)
)
+ (or (
display-color-p
)
+ (
display-graphic-p
)
(x-display-color-p))
"If non-nil then WoMan assumes that face support is available.
It defaults to a non-nil value if the display supports either colors